home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disc 53 / Commodore_Disc_53_19xx_-_de.d64 / score reset (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1990-01-01  |  273 b   |  11 lines

  1. 100 rem --- hi-score reset ---
  2. 110 printchr$(14)"[147] [196]ieses [208]rogramm loescht alle"
  3. 120 print" [200]iscore-[197]intraege."
  4. 130 input" [215]ollen [211]ie das ";x$
  5. 140 ifx$<>"j"andx$<>"y"thenend
  6. 150 print" [194]itte warten..."
  7. 200 open2,8,2,"@:scores,s,w"
  8. 300 forx=1to40
  9. 400 print#2,"------------"                 :print#2,0
  10. 500 next:close2
  11.